home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / steppenw.swf / scripts / DefineButton2_63 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-04-12  |  112 b   |  8 lines

  1. on(release){
  2.    stopAllSounds();
  3.    tellTarget("_root")
  4.    {
  5.       gotoAndStop("Initialisation");
  6.    }
  7. }
  8.